Make comint use text properties for highlighting instead of overlays:
authorMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 08:14:26 +0000 (08:14 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 08:14:26 +0000 (08:14 +0000)
commit271d86bed7f11b0e739760a67064ad116a230d35
treef5e5d739e1f8d80a7ff687d16702ee0eff5b2d74
parentb4b138f685b9b06b0f2b53acce2ca8358e2503fd
Make comint use text properties for highlighting instead of overlays:
(comint-last-output-overlay): Variable removed.
(comint-send-input, comint-output-filter): Use text properties instead
of overlays.
(comint-insert-clicked-input): Rewrite to work with text properties as
well as overlays.
(comint-snapshot-last-prompt): Snapshot using text properties.
(comint-get-old-input-default, comint-extract-string): Don't copy text
properties.
lisp/comint.el